Crate syscall

source ·

Re-exports

  • pub use self::call::*;
  • pub use self::data::*;
  • pub use self::error::*;
  • pub use self::flag::*;
  • pub use self::io::*;
  • pub use self::number::*;
  • pub use self::scheme::*;

Modules

  • Function definitions
  • Complex structures that are used for some system calls
  • All errors that can be generated by a system call
  • Flags used as an argument to many system calls
  • Functions for low level hardware control I/O functions
  • Call numbers used by each system call
  • A trait useful for scheme handlers

Macros

Constants

Functions